Builder

class Builder : GeneratedMessage.Builder<BuilderT> , ModuleConfigProtos.ModuleConfig.RangeTestConfigOrBuilder

Preferences for the RangeTestModule
Protobuf type meshtastic.ModuleConfig.RangeTestConfig

Functions

Link copied to clipboard
Link copied to clipboard

Bool indicating that the node should cleanup / destroy it's RangeTest.csv file.
ESP32 Only
bool clear_on_reboot = 4;
Link copied to clipboard

Enable the Range Test Module
bool enabled = 1;
Link copied to clipboard

Bool value indicating that this node should save a RangeTest.csv file.
ESP32 Only
bool save = 3;
Link copied to clipboard

Send out range test messages from this node
uint32 sender = 2;
Link copied to clipboard

Bool indicating that the node should cleanup / destroy it's RangeTest.csv file.
ESP32 Only
bool clear_on_reboot = 4;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
open fun getDescriptorForType(): Descriptors.Descriptor
Link copied to clipboard
open fun getEnabled(): Boolean

Enable the Range Test Module
bool enabled = 1;
Link copied to clipboard
open fun getSave(): Boolean

Bool value indicating that this node should save a RangeTest.csv file.
ESP32 Only
bool save = 3;
Link copied to clipboard
open fun getSender(): Int

Send out range test messages from this node
uint32 sender = 2;
Link copied to clipboard
Link copied to clipboard

Bool indicating that the node should cleanup / destroy it's RangeTest.csv file.
ESP32 Only
bool clear_on_reboot = 4;
Link copied to clipboard

Enable the Range Test Module
bool enabled = 1;
Link copied to clipboard

Bool value indicating that this node should save a RangeTest.csv file.
ESP32 Only
bool save = 3;
Link copied to clipboard

Send out range test messages from this node
uint32 sender = 2;